From e45518fb5f3b80c8a0c3c048fbc418817910402c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 13 Jun 2020 21:25:21 +0200 Subject: [PATCH] stack: Fix :needs-attention docs This is a property on GtkStackPage these days. --- gtk/gtkstack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index b0715960d6..a46e897ca0 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -403,9 +403,9 @@ gtk_stack_page_class_init (GtkStackPageClass *class) GTK_PARAM_READWRITE); /** - * GtkStack:needs-attention: + * GtkStackPage:needs-attention: * - * Sets a flag specifying whether the child requires the user attention. + * Sets a flag specifying whether the oage requires the user attention. * This is used by the #GtkStackSwitcher to change the appearance of the * corresponding button when a page needs attention and it is not the * current one. -- 2.30.2